projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8f0a7b
)
* lisp/help.el (help--describe-translation): Fix typo.
author
Stefan Kangas
<stefan@marxist.se>
Wed, 10 Mar 2021 00:20:58 +0000
(
01:20
+0100)
committer
Stefan Kangas
<stefan@marxist.se>
Wed, 10 Mar 2021 00:23:25 +0000
(
01:23
+0100)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index 94073e5730a8c73bca1f73142d4e480f1508dbf1..79d8296cfedbdb91ee44e10f1bca8f2932e55cd1 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-1253,7
+1253,7
@@
Return nil if the key sequence is too long."
;; Converted from describe_translation in keymap.c.
;; Avoid using the `help-keymap' face.
(let ((op (point)))
- (indent-to 16)
+ (indent-to 16
1
)
(set-text-properties op (point) '( face nil
font-lock-face nil)))
(cond ((symbolp definition)